/* 通用定义 */
body, html{
	background: #fff;
	height: 100%;
	padding: 0px;
}

body, td, li, ul, img, dd, dl, div, span, label, form, code{
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 14px;
	color: #333;
	font-family: "微软雅黑", "Microsoft Yahei";
}


body{
	font-size: 0px;
}

article, aside, dialog, footer, header, section, nav, figure, menu{
	display: block;
}

input[type="text"],
input[type="button"],
input[type="submit"],
textarea{
	font-family: "微软雅黑", "Microsoft Yahei";
}

input[type="text"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
textarea{
	outline: none;
}


input[type="text"]:focus{
	outline: none;
	box-shadow: 0px 0px 10px 0px #888;
	-moz-box-shadow: 0px 0px 10px 0px #888;
}

.transition{
	transition: all ease-in-out .4s;

}



a:link{
	color: #333;
	text-decoration: none;
	font-size: 14px;
}

a:hover{
	color: #2D55B4;
	text-decoration: none;
	font-size: 14px;
}

a:active{
	color: #333;
	text-decoration: none;
	font-size: 14px;
}

a:visited{
	color: #333;
	text-decoration: none;
	font-size: 14px;
}

li{
	list-style: none;
	vertical-align: bottom
}

.clear{
	clear: both;
	height: 0px;
	overflow: hidden;
}

.blank-line{
	height: 0px;
	clear: both;
	overflow: hidden;
}

.blank-line10{
	height: 10px;
	clear: both;
	overflow: hidden;
}

.blank-line15{
	height: 15px;
	clear: both;
	overflow: hidden;
}

.blank-line20{
	height: 20px;
	clear: both;
	overflow: hidden;
}

.blank-line30{
	height: 30px;
	clear: both;
	overflow: hidden;
}

.blank-line40{
	height: 40px;
	clear: both;
	overflow: hidden;
}

input[type="button"]{cursor: pointer;}

.btn-box-shadow{
	transition: all ease-in-out .4s;	
}

.btn-box-shadow:hover{
	box-shadow: 0px 5px 20px 0px #888;
	-moz-box-shadow: 0px 5px 20px 0px #888;
}

input[type="submit"]:focus{outline: none;}
::-ms-clear,::-ms-reveal{display:none;}



.body{
	width: 1200px;
	margin: auto;
	position: relative;
	height: auto;
	overflow: hidden;
}



/**
* 页头
**/
.header{
	width: 100%;
	height: 145px !important;
	overflow: hidden !important;
}

.header .top{
	height: 35px;
	background: #2D55B4;
	overflow: hidden;
}

.header .top .body{
	position: relative;
	height: 100%;
}

.header .top .body p{
	position: absolute;
	color:#fff;
	padding: 0px;
	line-height: 35px;
	margin: 0px;
}

.header .top .body .welcome{
	left: 0px;
	top: 0px;
}

.header .top .body .tel{
	right: 200px;
	top: 0px;
	background: url(../image/icons-tel.png) no-repeat left center;
	text-indent: 20px;
}

.header .top .body .setHome{
	right: 95px;
	top: 0px;
	background: url(../image/icons-home.png) no-repeat left center;
	text-indent: 20px;
	cursor: pointer;
}

.header .top .body .addFavorite{
	right: 0px;
	top: 0px;
	background: url(../image/icons-favorite.png) no-repeat left center;
	text-indent: 20px;
	cursor: pointer;
}

.header .logo-search{
	height: 130px;
	width: 1200px;
	margin: auto;
	position: relative;

}

.header .logo-search h3{
	position: absolute;
	padding: 0px;
	margin: 0px;
	width: 530px;
	height: 140px;
	left: 0px;
	top: 0px;
	display: block;
	background: url(../image/logo.jpg) no-repeat left center;
	line-height: 1000px;
	overflow: hidden;
}

.header .logo-search h3 a{
	display: block;
	width: 100%;
	height: 100%;
}

.header .logo-search .search{
	position: absolute;
	right: 0px;
	top: 40px;
	z-index: 1;
}

.header .logo-search .search input[type="text"]{
	height: 40px;
	border-radius: 20px;
	border: 1px solid #e5e5e5;
	width: 330px;
	text-indent: 30px;
	z-index: 0;
}

.header .logo-search .search input[type="submit"]{
	border: 0px;
	position: absolute;
	right: 20px;
	top: 9px;
	background: url(../image/icons-find.png) no-repeat;
	width: 24px;
	height: 24px;
}




/**
* 菜单
**/
.menu{
	width: 1200px;
	clear: both;
	height: 60px;
	margin: auto;
	background: #2D55B4;
	z-index: 111111;
	position: absolute;
	left: 50%;
	top: 170px;
	margin-left: -600px;
	font-size: 0px;
}

.menu a{
	display: inline-block;
	width: 11.11%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.menu a:hover,
.menu .ac{
	background: #FA6D40;
}


/* 子菜单 */
.sub-menu{
	position: absolute;
	z-index: 111111;
	width: 1200px;
	left: 50%;
	top: 230px;
	margin-left: -600px;
	font-size: 0px;
	padding-bottom: 20px;
	border-bottom: 2px solid #fff;
	padding-top: 10px;
	display: none;
}

.sub-menu:after{
	position: absolute;
	left: 0px;
	top: 0px;
	background: #2D55B4;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	z-index: 0;
	content: '';
}

.sub-menu div{
	position: relative;
	z-index: 1;
}

.sub-menu .item{
	display: block;
	width: 11.11%;
	float: left;
	overflow: hidden;
}

.sub-menu .item a{
	display: block;
	color: #fff;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	transition: all ease-in-out .1s;
}

.sub-menu .item a:hover{
	background: #2D55B4;
}



/**
* 首页banner
**/
.banner{
	width: 100%;
	height: 640px;
	overflow: hidden;
	z-index: 0;
	margin-top: 30px !important;
}

.banner .swiper-wrapper,
.banner .swiper-wrapper .box{
	height: 100%;
}

/* 自定义分页器 */
.banner .swiper-pagination{
	top: 540px;
}

.adPoint{
	width: 12px;
	height: 12px;
	border-radius: 520px;
	background: #fff;
	display: inline-block;
	margin: 0px 3px;
	cursor: pointer;
	transition: all ease-in-out .4s;
}

.acAdPoint{
	width: 30px;
	height: 12px;
	display: inline-block;
	border-radius: 520px;
	background: #FA6D40;
}

/* 屏一动画 */
.banner .swiper-slide .box{
	width: 100%;
	height: 100%;
}

.banner .swiper-slide .box .wrapper{
	width: 1200px;
	height: 100%;
	margin: auto;
	position: relative;
}

.banner .swiper-slide .box:first-child .font-1{
	position: absolute;
	left: 50%;
	top: 190px;
	display: inline-block;
	margin-left: -363px;
}

.banner .swiper-slide .box:first-child .font-2{
	position: absolute;
	left: 50%;
	top: 310px;
	display: inline-block;
	margin-left: -408px;
}

.banner .swiper-slide .box:first-child .font-3{
	position: absolute;
	left: 50%;
	top: 190px;
	display: inline-block;
	margin-left: -330px;
}

.banner .swiper-slide .box:first-child .font-4{
	position: absolute;
	left: 50%;
	top: 310px;
	display: inline-block;
	margin-left: -406px;
}

.banner .swiper-slide .box:first-child .font-5{
	position: absolute;
	left: 50%;
	top: 120px;
	display: inline-block;
	margin-left: -120px;
}

.banner .swiper-slide .box:first-child .font-6{
	position: absolute;
	left: 50%;
	top: 200px;
	display: inline-block;
	margin-left: -108px;
}


/**
* 通知公告
**/
.announcement{
	position: absolute;
	left: 0px;
	top: 795px;
	height: 40px;
	z-index: 999;
	width: 100%;
}

.announcement:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	z-index: 0;
	left: 0px;
	top: 0px;
}

.announcement .wrapper{
	position: relative;
	width: 1100px;
	margin: auto;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

.announcement .wrapper strong{
	position: absolute;
	width: 150px;
	color: #fff;
	background: url(../image/icons-sound.png) no-repeat left center;
	text-indent: 30px;
	display: block;
	height: 100%;
	line-height: 40px;
	font-size: 16px;
}

.announcement .wrapper .scrollDiv{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: absolute;
	left: 120px;
	top: 0px;
}

.announcement .wrapper .scrollDiv li{
	height: 40px;
	padding-left: 10px;
	font-size: 17px;
	color: #fff;
	line-height: 40px;
}

.announcement .wrapper .scrollDiv li a{
	width: 450px;
	overflow: hidden;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	float: left;
	padding-right:40px;
	color: #fff;
}
.announcement .toUp,
.announcement .toDown{
	display: none;
}



/**
* 图片新闻
**/
section .wrapper{
	width: 1200px;
	margin: auto;
	position: relative;
	height: 530px;
}

.news h3{
	text-align: center;
	font-size: 30px;
	color: #333;
	letter-spacing: 3px;
	padding-top: 30px;
}

.news h3 label{
	display: block;
	color: #999;
	font-size: 20px;
	font-weight: normal;
	padding-top: 10px;
}

.news .photo-news{
	position: absolute;
	width: 600px;
	height: 370px;
	left: 0px;
	top: 140px;
}

.news .photo-news a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.news .photo-news a img{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0
}

.news .photo-news a p{
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	padding: 0px;
	margin: 0px ;
}

.news .photo-news a p:after{
	content: '';
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	z-index: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
}

.news .photo-news a p label{
	z-index: 1;
	width: 100%;
	height: 100%;
	line-height: 50px;
	color: #fff;
	position: relative;
	display: block;
	font-size: 16px;
	text-indent: 20px;
	width: 400px;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
}

/* 分页器 */
.photo-news .swiper-pagination{
	left: 420px !important;
	width: 180px !important;
}

.newsPoint{
	width: 8px;
	height: 8px;
	border-radius: 520px;
	background: none;
	border: 2px solid #fff;
	display: inline-block;
	margin: 0px 3px;
	cursor: pointer;
	transition: all ease-in-out .4s;
}

.acNewsPoint{
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 520px;
	background: #FA6D40;
	border: 2px solid #FA6D40;
}

.news .new-lists{
	position: absolute;
	left: 620px;
	top: 140px;
}

.news .new-lists .tab{
	width: 100%;
	font-size: 0px;
	height: 50px;
	overflow: hidden;
}

.news .new-lists .tab li{
	float: left;
	width: 130px;
	height: 50px;
	display: inline-block;
	margin-right: 20px;
	background: #ddd;
}

.news .new-lists .tab li:last-child{
	margin-right: 0px;
}

.news .new-lists .tab li a{
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #333;
}


.news .new-lists .tab .ac{
	background: #2E55B4;
}

.news .new-lists .tab .ac a{
	color: #fff;
	font-weight: bold;
}

.news .new-container{
	padding-top: 15px;
}

.news .new-container li{
	height: 38px;
	color: #999;
	line-height: 38px;
	font-size: 16px;
}

.news .new-container li a{
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	display: inline-block;
	width: 467px;
	height: 38px;
	padding-right: 20px;
	vertical-align: middle;
	line-height: 38px;
	text-indent: 20px;
	background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwODxAPDgwTExQUExMcGxsbHCAgICAgICAgICD/2wBDAQcHBw0MDRgQEBgaFREVGiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICD/wAARCAAEAAQDAREAAhEBAxEB/8QAFAABAAAAAAAAAAAAAAAAAAAABf/EABQQAQAAAAAAAAAAAAAAAAAAAAD/xAAVAQEBAAAAAAAAAAAAAAAAAAAGB//EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AGQtV3//2Q==) no-repeat 10px center;
}

.news .new-container li:hover a,
.news .new-container li:hover{
	color: #FE6D41;
}



/**
* 党群建设 + 文化园地
**/
.new-area{
	width: 1200px;
	margin: auto;
	clear: both;
}

.new-area dl{
	width: 50%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-bottom: 20px;
}

.new-area dl:last-child{
	padding-left: 30px;
}

.new-area dt{
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: relative;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.new-area dt a:first-child{
	position: absolute;
	left: 0px;
	top: 0px;
	color: #03C;
	border-bottom: 3px solid #0C4588;
	height: 100%;
	line-height: 45px;
	font-size: 16px;
	font-weight: bold;
}

.new-area dt a:last-child{
	position: absolute;
	right: 0px;
	top: 0px;
	color: #666;
	line-height: 40px;
	font-size: 14px;
}

.new-area dd{
	position: relative;
	height: 30px;
	line-height: 30px;
	background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwODxAPDgwTExQUExMcGxsbHCAgICAgICAgICD/2wBDAQcHBw0MDRgQEBgaFREVGiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICD/wAARCAADAAMDAREAAhEBAxEB/8QAFAABAAAAAAAAAAAAAAAAAAAABv/EABQQAQAAAAAAAAAAAAAAAAAAAAD/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AQg//2Q==) no-repeat 0px center;
}

.new-area dd a{
	width: 520px;
	height: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	text-indent: 10px;
}

.new-area dd span{
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	color: #999;
}




/**
* 专题
**/
.topic{
	width: 100%;
	height: 380px;
	background: url(../image/zt-bg.jpg) no-repeat center top;
	overflow: hidden;
}

.topic h3{
	text-align: center;
	font-size: 30px;
	color: #fff;
	letter-spacing: 3px;
	padding-top: 30px;
}

.topic h3 label{
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding-top: 10px;
}

.topic .cstyleLeft1,
.topic .cstyleRight1{
	display: none;
}

.topic .cstyle1{
	background: #fff;
	height:150px;
	width: 1160px;
	padding: 20px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 140px;
	box-shadow: 0px 0px 10px 0px #888;
	-moz-box-shadow: 0px 0px 10px 0px #888;
}

.topic .csgotyle1{
	width: 1140px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-left:5px;
}

.topic .csgotyle1 ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 50000px;
	padding-top: 20px;
}

.topic .csgotyle1 li{
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 400px;
	height: 130px;
	float: left;
	overflow: hidden;
	text-align: center;
}

.topic .csgotyle1 li img{
	width: 375px;
	height: 130px;
}



/**
* 案例
**/
.case{
	padding-top: 0px;
	overflow: hidden;
	position: relative;
}

.case h3{
	text-align: center;
	font-size: 30px;
	color: #333;
	letter-spacing: 3px;
	padding-top: 30px;
}

.case h3 label{
	display: block;
	color: #999;
	font-size: 20px;
	font-weight: normal;
	padding-top: 10px;
}

.case .tab{
	width: 600px;
	margin: auto;
	padding-top: 30px;
}

.case .tab li{
	float: left;
	height: 40px;
}

.case .tab li a{
	font-size: 18px;
	width: 200px;
	display: block;
	text-align: center;
	color: #111;
	height: 40px;
}

.case .tab .ac:after{
	content : '';
	position: absolute;
	width: 60px;
	margin-left: 70px;
	top: 190px;
	border-bottom: 2px solid #2D55B4;
	height: 40px;
}

.case .tab .ac a{
	color: #2D55B4;
	font-weight: bold;
}

.case .case-container{
	height: 440px;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
	
}

.case-container .cstyleLeft1{
	position: absolute;
	left: 50%;
	margin-left: -110px;
	bottom: 0px;
	width: 45px;
	height: 45px;
	cursor: pointer;
}

.case-container .mid{
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 0px;
	background: url(../image/icons-arrow-midden.jpg) no-repeat left top;
	width: 100px;
	height: 45px;
}

.case-container .cstyleRight1{
	position: absolute;
	left: 50%;
	margin-left:64px;
	bottom: 0px;
	width: 45px;
	height: 45px;
	cursor: pointer;
}

.case-container .csgotyle1{
	width: 100%;
	padding-top: 40px;
	overflow: hidden;
}

.case .csgotyle1 ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 50000px;
}

.case .csgotyle1 li{
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 300px;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
	padding-right: 20px;
}

.case .csgotyle1 li img{
	width: 100%;
	height: 300px;
}



/**
* 业务范围
**/
.business-type{
	height: 700px;
	background: #ECF6FF;
	overflow:hidden;
}

.business-type h3{
	text-align: center;
	font-size: 30px;
	color: #333;
	letter-spacing: 3px;
	padding-top: 50px;
}

.business-type h3 label{
	display: block;
	color: #999;
	font-size: 20px;
	font-weight: normal;
	padding-top: 10px;
}

.business-type .wrapper{
	position: relative;
}

.business-type p{
	position: absolute;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	right: 0px;
	height: 80px;
}

.business-type p:first-child{
	left: 0px;
	top: 0px;
	width: 610px;
	height: 500px;
	background:url(../image/map.jpg) no-repeat left top;
}

.business-type p strong{
	color: #3054B4;
	font-size: 60px;
	padding-right: 20px;
	vertical-align: middle;
	padding-left: 10px;
}

.business-type p span{
	position: absolute;
	width: 100%;
	height: 0px;
	left: 0px;
	bottom: 5px;
	border-top: 2px solid #3054B4;
	display: block;
}

.business-type p label{
	position: absolute;
	width: 10px;
	height: 10px;
	right: 0px;
	bottom: 2px;
	background: #3054B4;
	display: block;
}

.business-type p:first-child+p{
	width: 430px;
	top: 100px;
}

.business-type p:first-child+p+p{
	width: 470px;
	top: 200px;
}

.business-type p:first-child+p+p+p{
	width: 510px;
	top: 300px;
}




/**
* 联系我们
**/
.contact-us{
	height: 450px;
	background: url(../image/lxwm-bg.jpg) no-repeat center top;
	overflow: hidden;
}


.contact-us h3{
	text-align: center;
	font-size: 30px;
	color: #fff;
	letter-spacing: 3px;
	padding: 0px;
	margin: 0px;
	padding-top: 30px;
}

.contact-us h3 label{
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding-top: 10px;
}

.contact-us dl{
	position: absolute;
	left: 80px;
	top: 30px;
	background: url(../image/icons-contact-bg.png) no-repeat left 52px;
	color: #fff;
}

.contact-us dt{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	height: 50px;
}

.contact-us dd{
	height: 30px;
	color: #fff;
	text-indent: 40px;
	font-size: 14px;
}

.contact-us .wx-qrcode{
	background: url(../image/wx-qrcode.jpg) no-repeat left top;
	background-size: 100% auto;
	position: absolute;
	width: 110px;
	left: 80px;
	top: 190px;
	line-height: 250px;
	color: #fff;
	text-align: center;
}

.contact-us .wb-qrcode{
	background: url(../image/wb-qrcode.jpg) no-repeat left top;
	background-size: 100% auto;
	position: absolute;
	width: 110px;
	left: 240px;
	top: 190px;
	line-height: 250px;
	color: #fff;
	text-align: center;
}

.contact-us .map{
	position: absolute;
	border-radius: 10px;
	width: 670px;
	height: 250px;
	right: 0px;
	top: 60px;
	background: #fff;
}



/**
* 页脚
**/
.footer{
	background: #F1F0EE;
}

.footer .link{
	border-bottom: 1px solid #fff;
	height:40px;
	padding: 10px 0px;
	line-height: 40px;
}

.footer .link .wrapper{
	width: 1200px;
	margin: auto;
}

.footer .link .wrapper select{
	margin: 0px 40px 0px 30px;
	overflow: hidden;
	cursor: pointer;
	width: 200px;
}

.footer .copyright{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 60px;
	line-height:30px;
}

.footer .copyright a{
	color: #06C !important;
}



/**
* 内页
**/
.nyBanner{
	width: 100%;
	height: 438px;
	background-size: auto 100%;
	margin-top: 30px !important;

}



/**
* 子栏目导航
**/
.nyNav{
	border-top: 1px solid #EDECF2;
	border-bottom: 1px solid #EDECF2;
	height: 48px;
	background: #f5f5f5;
}

.nyNav .wrapper{
	width: 1200px;
	margin: auto;
	line-height: 48px;
	color: #ccc;
	font-size: 16px;
}

.nyNav .wrapper_{
	width: 1200px;
	margin: auto;
	line-height: 48px;
	color: #333;
	font-size: 14px;
}

.nyNav .wrapper a{
	padding: 3px 15px;
	font-size: 16px;
	margin-right: 10px;
	margin-left: 10px;
}

.nyNav .wrapper .ac,
.nyNav .wrapper a:hover{
	background: #fff;
	border-radius: 20px;
}



/**
* 内页主体区
**/
.nyBody{
	background: #D1E2F2;
	overflow: hidden;
}

.nyBody .wrapper{
	width: 1200px;
	margin: auto;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
	background:#fff;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
}

.nyBody .ny-new-lists p{
	width: 570px;
	float: left;
	border: 1px solid #EDECF2;
	background: #F5F5F5;
	height: 110px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	transition: all ease-in-out .4s;
}

.nyBody .ny-new-lists p:hover{
	background: #2D55B4;
}

.nyBody .ny-new-lists p:hover a{
	color: #fff;
}

.nyBody .ny-new-lists p:hover code{
	background: #A8BCEA;
	color: #333;
}

.nyBody .ny-new-lists p:nth-of-type(odd){
	margin-right: 20px;
}

.nyBody .ny-new-lists p code{
	position: absolute;
	color: #fff;
	height: 70px;
	width: 70px;
	background: #80878F;
	left: 20px;
	top: 20px;
	display: block;
	text-align: center;	
	font-size: 14px;
}

.nyBody .ny-new-lists p code strong{
	display: block;
	font-size: 26px;
	padding-top: 4px;
}

.nyBody .ny-new-lists p a{
	position: absolute;
	width: 450px;
	height: 60px;
	left: 110px;
	top: 30px;
	font-size: 16px;
	display: block;
	line-height: 25px;
}



/**
* 图集
**/
.ny-img-lists a{
	width: 265px;
	height: 218px;
	border: 1px solid #EBEBEB;
	display: block;
	float: left;
	margin: 20px 10px;
	border-bottom: 2px solid #3155B6;
	text-align: center;
	transition: all ease-in-out .4s;
}

.ny-img-lists a img{
	width: 100%;
	height: 170px;
	margin-bottom: 10px;
	transition: all ease-in-out .4s;
}

.ny-img-lists a:hover{
	background: #f7f7f7;
	box-shadow: 0px 0px 10px 0px #888;
	-moz-box-shadow: 0px 0px 10px 0px #888;
	border-bottom: 2px solid #F90;
	color: #F90;
}

.ny-img-lists a:hover img{
	transform: scale(1.03, 1.03)
}



/**
* 文章内容
**/
.arcContent *{
	font-family: "微软雅黑", "Microsoft Yahei" !important;
	line-height: 30px;
	font-size: 16px;
}

.arcContent .arctitle{
	border-bottom: 1px solid #ddd;
	font-size: 22px;
	padding-bottom: 10px;
}

.arcContent img{
	max-width: 1000px;
}

/* 页码 */
.pageCode{
	text-align: center;
	width: 100%;
	height: 50px;
	overflow: hidden;
	padding-top: 60px;
}

.pageCode strong{
	background: #2D55B4;
	color: #fff;
	padding: 2px 10px;
	margin: 0px 4px;
	border: 1px solid #2D55B4;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}

.pageCode a{
	background: #fff;
	padding: 2px 10px;
	margin: 0px 4px;
	border: 1px solid #ddd;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}

.pageCode .info{
	line-height: 20px;
	font-size: 14px;
	color: #666;
}

.pageCode a:hover{
	background: #2D55B4;
	color: #fff;
	border: 1px solid #2D55B4;
}

.pageCode .ps{
	background: #efefef;
}

.pageCode .ntoFind:hover,
.pageCode .ntoFind{
	background: #f7f7f7;
	color: #ccc;
	cursor: default;
	border: 1px solid #ddd;
}


.pages{margin:20px auto;text-align:center;line-height:1.2;font-family:"微软雅黑"} 
.pages li {display:inline-block;vertical-align:middle;margin:0 4px;}
.pages li a{display:block;border:1px solid #E5E7EA;background:none!important;background:#fff;padding:5px 10px!important;-moz-border-radius: 3px; -webkit-border-radius: 3px;border-radius: 3px;font-size:14px;}
.pages li:hover a,.pages li.active a{background:#2D55B4!important;border-color:#2D55B4!important;color:#fff!important;text-decoration:none!important}